FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / RowColCollection<T> Class / InsertItem Method

In This Topic
    InsertItem Method (RowColCollection<T>)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub InsertItem( _
       ByVal index As Integer, _
       ByVal item As T _
    ) 
    protected virtual void InsertItem( 
       int index,
       T item
    )

    Parameters

    index
    item
    See Also